enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

PAMIR - Soutien à la recherche - Entités du partenariat dans un projet financé par le DIM PAMIR

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Acronyme de l’entité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_acronyme
Type
texte
Exemple
                       
Nom complet de l’entité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_nom
Type
texte
Exemple
                       
Type de l’entité
− établissement formation/recherche : établissement de formation et/ou de recherche 
− laboratoire/institution : laboratoire ou institution de recherche 
− acteur socio-économique : entreprise, association, musée, profession libérale, etc. 
− réseau de recherche/infrastructure/projet : réseau de recherche, infrastructure, projet de recherche 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_type
Type
texte
Exemple
                       
entite_dans_DIM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_dans_dim
Type
texte
Exemple
                       
Identifiant AureHal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_id_aurehal
Type
int
Exemple
                       
Identifiant RNSR
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_rnsr
Type
texte
Exemple
                       
Rattachement de l’entité à un site
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_site
Type
texte
Exemple
                       
Effectif de l’entité
Nombre de personnes du laboratoire-institution intéressées par l’étude des matériaux anciens.
Cette information n’est disponible que pour les laboratoires et institutions du DIM PAMIR

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_labo_inst_effectif_dim
Type
int
Exemple
                       
Axe(s) méthodologique(s)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_axe_methodologique
Type
texte
Exemple
                       
Champ(s) thématique(s)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_champ_thematique
Type
texte
Exemple
                       
Secteur(s) disciplinaire(s)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_secteur_disciplinaire
Type
texte
Exemple
                       
Nombre de secteurs
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nbcat_secteurs
Type
texte
Exemple
                       
Liste des projets financés
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
liste_projets_finances
Type
texte
Exemple
                       
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_adresse
Type
texte
Exemple
                       
Code postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_code_postal
Type
int
Exemple
                       
Ville
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_ville
Type
texte
Exemple
                       
Pays
Pays de l’entité, selon la norme ISO 3166

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_pays
Type
texte
Exemple
                       
Coordonnées géographiques
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_coordonnees_geographiques
Type
geo_point_2d
Exemple
                       
Date d’adhésion au DIM MAP
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_date_adhesion_dim_map
Type
date
Exemple
                       
Date d’adhésion au DIM PAMIR
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
entite_date_adhesion_dim_pamir
Type
date
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"pamir-entites-partenariat",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/pamir-entites-partenariat"
      }
    ]
    ,
  • "definitions":
    {
    • "pamir-entites-partenariat":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/pamir-entites-partenariat_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "pamir-entites-partenariat_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "entite_acronyme":
                {
                • "type":"string",
                • "title":"Acronyme de l’entité",
                • "description":""
                }
                ,
              • "entite_nom":
                {
                • "type":"string",
                • "title":"Nom complet de l’entité",
                • "description":""
                }
                ,
              • "entite_type":
                {
                • "type":"string",
                • "title":"Type de l’entité",
                • "description":"− établissement formation/recherche : établissement de formation et/ou de recherche − laboratoire/institution : laboratoire ou institution de recherche − acteur socio-économique : entreprise, association, musée, profession libérale, etc. − réseau de recherche/infrastructure/projet : réseau de recherche, infrastructure, projet de recherche "
                }
                ,
              • "entite_dans_dim":
                {
                • "type":"string",
                • "title":"entite_dans_DIM",
                • "description":""
                }
                ,
              • "entite_id_aurehal":
                {
                • "type":"integer",
                • "title":"Identifiant AureHal",
                • "description":""
                }
                ,
              • "entite_rnsr":
                {
                • "type":"string",
                • "title":"Identifiant RNSR",
                • "description":""
                }
                ,
              • "entite_site":
                {
                • "type":"string",
                • "title":"Rattachement de l’entité à un site",
                • "description":""
                }
                ,
              • "entite_labo_inst_effectif_dim":
                {
                • "type":"integer",
                • "title":"Effectif de l’entité",
                • "description":"Nombre de personnes du laboratoire-institution intéressées par l’étude des matériaux anciens. Cette information n’est disponible que pour les laboratoires et institutions du DIM PAMIR"
                }
                ,
              • "entite_axe_methodologique":
                {
                • "type":"string",
                • "title":"Axe(s) méthodologique(s)",
                • "description":""
                }
                ,
              • "entite_champ_thematique":
                {
                • "type":"string",
                • "title":"Champ(s) thématique(s)",
                • "description":""
                }
                ,
              • "entite_secteur_disciplinaire":
                {
                • "type":"string",
                • "title":"Secteur(s) disciplinaire(s)",
                • "description":""
                }
                ,
              • "nbcat_secteurs":
                {
                • "type":"string",
                • "title":"Nombre de secteurs",
                • "description":""
                }
                ,
              • "liste_projets_finances":
                {
                • "type":"string",
                • "title":"Liste des projets financés",
                • "description":""
                }
                ,
              • "entite_adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "entite_code_postal":
                {
                • "type":"integer",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "entite_ville":
                {
                • "type":"string",
                • "title":"Ville",
                • "description":""
                }
                ,
              • "entite_pays":
                {
                • "type":"string",
                • "title":"Pays",
                • "description":"Pays de l’entité, selon la norme ISO 3166"
                }
                ,
              • "entite_coordonnees_geographiques":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Coordonnées géographiques",
                • "description":""
                }
                ,
              • "entite_date_adhesion_dim_map":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date d’adhésion au DIM MAP",
                • "description":""
                }
                ,
              • "entite_date_adhesion_dim_pamir":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date d’adhésion au DIM PAMIR",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires